2005-04-05 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtktooltips.sgml: Mention enter and leave
events. (#167546, Billy Biggs)
+2005-04-05 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/tmpl/gtktooltips.sgml: Mention enter and leave
+ events. (#167546, Billy Biggs)
+
2005-04-04 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk-sections.txt: Add new functions.
</para>
<note>
<para>
-Tooltips can only be set on widgets which have their own X window.
+Tooltips can only be set on widgets which have their own X window and
+receive enter and leave events.
To check if a widget has its own window use GTK_WIDGET_NO_WINDOW().
To add a tooltip to a widget that doesn't have its own window, place the
widget inside a #GtkEventBox and add a tooltip to that instead.